SixBit API Schema
CompatibilitySet_AddUpdateType Complex Type
Description
An API call to add or update compatibility sets.
Namespace (none)
Diagram
Compatibilities Element OrdinalID Element CategoryName Element CategoryID Element Name Element CompatibilitySetID Element All CompatibilitySet Element Sequence CompatibilitySets Element All CompatibilitySet_AddUpdateType Complex Type
Overview
CompatibilitySet_AddUpdateType
An API call to add or update compatibility sets.
action optional auactionParam Simple Type
logfilepath optional xs:string
The full name and path to a location to place logging information.
All
Used By
CompatibilitySets_AddUpdate Element
Attributes
NameTypeUseDefaultFixedDescription
actionauactionParam Simple TypeoptionalAddandUpdate  
logfilepathxs:stringoptional  The full name and path to a location to place logging information.
Source
<xs:complexType name="CompatibilitySet_AddUpdateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to add or update compatibility sets.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="CompatibilitySets" type="CompatibilitySetsType" minOccurs="1" maxOccurs="1"></xs:element>
  </xs:all>
  <xs:attribute name="action" type="auactionParam" default="AddandUpdate" />
  <xs:attribute name="logfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a location to place logging information.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.